-
Notifications
You must be signed in to change notification settings - Fork 955
Optimization in LSTM for batch > 1 cases on HiFi. #3244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@pramods-cad can you please fix the code style errors |
|
@rameshkunasi - I have fixed code style errors. |
| step_info.UpdateTime(); | ||
| } | ||
| } else if (size_info.batch_size > 1 && size_info.time_steps == 1) { | ||
| // Ramesh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment is referring to original contributor for this code change. If this needs to be removed, please let me know.
Enabling batching in LSTM on HiFi for cases where batch > 1 and time iteration = 1 irrespective of time_major flag to improve optimization.
bug=fixes #3243